home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: cs.vu.nl!jalten
- From: jalten@cs.vu.nl (Alten JP)
- Subject: Re: HELP! Borland C++ font compile problem!
- Nntp-Posting-Host: kits.cs.vu.nl
- References: <4ddort$qpc@newsbf02.news.aol.com>
- Sender: news@cs.vu.nl
- Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
- Date: Tue, 16 Jan 1996 10:30:51 GMT
- X-Newsreader: TIN [version 1.2 PL2]
- Message-ID: <DL9rvF.4KB.0.-s@cs.vu.nl>
-
- MrBig0233 (mrbig0233@aol.com) wrote:
- : I have used Resource Workshop for Windows to make a font file, and c++ to
- : compile it. When I compile the font compiler program in c++, the error
- : message says:
-
- : Linker Error: Undefined symbol _main in module WINMAIN
-
- I believe you forgot to link the default libraries and run-time-objects
- to your program. Usually these will get linked automatically, but you
- can suppress this.
-
- Try creating a new target-node to your program and see what happens.
- Also, this should not be a resource problem, so even if you eliminate
- the .rc from you project you'll still get the same message.
-
- One more thing, a font file should be made out of a .DLL , not a
- .EXE, so that might help too.
-
- Good Luck,
-
- Jelle Paul
-
- --
- +-------------------------------------------------------+
- | Jelle Paul Alten | jalten@cs.vu.nl |
- | Vrije Universiteit Amsterdam | |
- +-------------------------------------------------------+
-